home *** CD-ROM | disk | FTP | other *** search
- package mx.controls
- {
- import mx.core.mx_internal;
-
- use namespace mx_internal;
-
- public final class ButtonLabelPlacement
- {
- mx_internal static const VERSION:String = "2.0.1.0";
-
- public static const BOTTOM:String = "bottom";
-
- public static const LEFT:String = "left";
-
- public static const RIGHT:String = "right";
-
- public static const TOP:String = "top";
-
- public function ButtonLabelPlacement()
- {
- super();
- }
- }
- }
-
-